home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 76 / MF_UK_76_1.iso / Education Feature / MicroWorlds 2.03 Try Me / MicroWorlds 2.03 Try Me.rsrc / TEXT_624_newtext.txt < prev    next >
Encoding:
Text File  |  1998-05-08  |  357 b   |  9 lines

  1. newtext name [x y] [xsize ysize] 
  2.  
  3. Creates a new text box using the name and size specified at the position [x y]   indicated. The position is the top, left corner of the box. The maximum [xsize ysize]   is the size of the page in the project. See set to change the text box's properties.
  4.  
  5. Example: 
  6.  
  7. newtext "info [100 100] [50 50]
  8. setinfo [Click on Next]
  9.